Job Radar. Live notifications. AI processed.
upwork.com 2026-04-22 π’
πΉ Generate a list of retired US Army officers
π€ Client: πΊπΈ United States Member since 2011-06-16
π° Price: ****
π© Problem: Collect contact information for retired US Army officers with specific ranks.
π¦ Existing: Not specified
Specifications:
[Target] Retired US Army officers with O-4 to O-10 ranks
[Method] Web scraping and data aggregation from public sources
[UI/UX] Not applicable
[Stack] Python, BeautifulSoup, Scrapy, Pandas
[Security] Data encryption during transit and storage; compliance with GDPR if applicable
[Format] JSON: {"name": "John Doe", "rank": "Brigadier General", "email": "john.doe@example.com", "linkedin": "https://www.linkedin.com/in/johndoe", "phone": "123-456-7890", "dob": "1960-01-01"}
Workflow:
Identify and document all relevant public sources for retired US Army officers (e.g., official army websites, LinkedIn profiles).
Develop a Python script using BeautifulSoup or Scrapy to scrape the identified sources.
Parse scraped data into structured JSON format as specified.
Encrypt collected data during transit and storage.